CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 坐标

搜索资源列表

  1. distance

    0下载:
  2. 关于计算机坐标和地球坐标的变换,可以用于图像处理中标线及划分区域。-coordinates on the computer and transform the coordinates of the Earth that can be used in image processing and successful line separating regions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:919
    • 提供者:西风
  1. MyPaint1.0

    0下载:
  2. 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53776
    • 提供者:mars
  1. threedmesh

    0下载:
  2. 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:105860
    • 提供者:周立
  1. Graphicpach

    0下载:
  2. 是一个三维动画的OpengGL程序,里面含有OpenGL的坐标定义和图像显示类,可用于加入其它工程。-is a 3D animation OpengGL procedures, it contains the coordinates of OpenGL definition and image display type can be used to join other projects.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37214
    • 提供者:傅波海
  1. JHJB

    0下载:
  2. 利用matlab进行几何畸变。给定一幅图像,固定其坐标,然后,进行畸变。-using Matlab for geometric distortion. To set an image, fixed his coordinates, and then for distortion.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:岳月
  1. xingxin

    1下载:
  2. 求取一幅灰度图像中的光斑形心的位置的Matlab的源代码。算法使用的是最大类间方差法编写的程序,可以得到光斑形心位置的(x,y)坐标。-strike a gray image of the heart-shaped spot on the location of the source code Matlab. The algorithm used is MBV Law prepared by the procedures, can be heart-shaped spot position (x
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:888
    • 提供者:sd
  1. jiaodu

    0下载:
  2. 球面坐标转化成平面坐标,可对遥感图像处理专业者录用.-spherical coordinates into plane coordinates, the remote sensing image processing professionals recruited.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7325
    • 提供者:姜俊
  1. LSM_Match

    2下载:
  2. 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2915
    • 提供者:fshguo
  1. PicEdge_DetecAndExtrac

    0下载:
  2. 程序说明 总体功能: 本程序有2个功能。 1.对载入的二值图像提取边缘,并将边缘信息存入指定文本文件。 2.通过功能1中的文本文件在一个打开的pic图像中恢复边缘。 所需输入输出的数据文件: 1.输入一个二值图像,对其进行边缘提取,新建一个文本文件已存入边缘信息,输出此文本。 2.输入步骤2中的文本,通过文本文件输出恢复边缘。 运行方式: 1.打开一个待求二值图。 2.选取“边缘提取”,“轮廓提取”中的4连通或者8连通方法提取边缘。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:132483
    • 提供者:王维杰
  1. C-photo-method

    0下载:
  2. 图像平移只是改变图像在屏幕上的位置,图像本身并不发生变化。   假设原图像区域左上角坐标为(x0, y0),右下角坐标为(x1, y1),将图像分别沿x和y轴平移dx和dy,则新图像的左上角坐标为(x0 + dx, y0 + dy),右下角坐标为(x1 + dx, y1 + dy)。-image translation is only a change in the image on the screen location, image itself is not changing. Ass
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4457
    • 提供者:bbbbbb911
  1. CGCapWin

    1下载:
  2. 演示直接采集图像到计算机屏幕(显存)。 采集图像显示的位置为指定Windows窗口。为使该窗口位置满足图像卡硬件的要求,在图像采集开始前,需要对图像的起始位置坐标、视频输入输出窗口的宽度/高度和显示范围加以调整。 -demonstration direct acquisition of a computer screen images (video memory). Acquisition images showed the locations of the designated Win
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:4726860
    • 提供者:yinyu
  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11183
    • 提供者:linus
  1. MaskLiver

    0下载:
  2. 首先对图像网格化,选择网格坐标位置作为标记种子点添充目标物体。matlab -first images of the grid, select grid coordinates position as a marker seed Tim charge of target objects. Matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2594
    • 提供者:林道庆
  1. vbdingwei2

    0下载:
  2. 此为在图像处理中的定位程序,其中在图像上的输入即坐标获取方面有比较好的优势-this for the image processing positioning procedures, which in the input image coordinates that have access to good advantage
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7562
    • 提供者:张静
  1. vbdingwei3

    0下载:
  2. 此为在图像处理中的定位程序,其中在图像上的输入即坐标获取方面有比较好的优势-this for the image processing positioning procedures, which in the input image coordinates that have access to good advantage
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:27604
    • 提供者:张静
  1. vbdingwei4

    0下载:
  2. 此为在图像处理中的定位程序,其中在图像上的输入即坐标获取方面有比较好的优势-this for the image processing positioning procedures, which in the input image coordinates that have access to good advantage
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8301
    • 提供者:张静
  1. vbdingwei

    0下载:
  2. 此为在图像处理中的定位程序,其中在图像上的输入即坐标获取方面有比较好的优势-this for the image processing positioning procedures, which in the input image coordinates that have access to good advantage
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:47863
    • 提供者:张静
  1. Camera_Calibration_TSAI

    1下载:
  2. 由[Tsai 1987]总结的一种摄象机标定基本方法:假设标定点位于 的平面中,并假设摄象机相对于这个平面放置的,以满足下面两条重要条件: 1. 绝对坐标系中的原点不在视场范围内. 2. 绝对坐标系中的原点不会投影到图像上接近于图像平面坐标系统的 轴. -by [Tsai 1987] concluded a basic camera calibration method : Assuming superscr ipt sentinel at the plane, and assumi
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:173891
    • 提供者:CCC
  1. labview 生成螺旋点 XY图像显示

    1下载:
  2. labview 控制电机进行扫描。对于坐标点螺旋扫描点自动生成
  3. 所属分类:扫描程序

  1. lena

    1下载:
  2. SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S
  3. 所属分类:其他

    • 发布日期:2020-06-18
    • 文件大小:1024
    • 提供者:大侠就是我
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 31 »
搜珍网 www.dssz.com